home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / DWSTKW / PAS / PLAYSTK1.DFM / PLAYSTK1.txt < prev   
Text File  |  1996-03-24  |  5KB  |  238 lines

  1. object Form1: TForm1
  2.   Left = 210
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DiamondWare'#39's Sound ToolKit Demo'
  7.   ClientHeight = 248
  8.   ClientWidth = 561
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   TextHeight = 16
  20.   object Logo: TImage
  21.     Left = 24
  22.     Top = 4
  23.     Width = 33
  24.     Height = 29
  25.     Picture.Data = {<image001.ico>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 80
  29.     Top = 24
  30.     Width = 217
  31.     Height = 17
  32.     Caption = 'List of Sounds and Music to Play'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 361
  36.     Top = 24
  37.     Width = 16
  38.     Height = 13
  39.     Alignment = taCenter
  40.     Caption = 'L'
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label5: TLabel
  48.     Left = 384
  49.     Top = 24
  50.     Width = 19
  51.     Height = 13
  52.     Alignment = taCenter
  53.     Caption = 'R'
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object Label4: TLabel
  61.     Left = 361
  62.     Top = 216
  63.     Width = 42
  64.     Height = 13
  65.     Caption = 'Volume'
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object Label2: TLabel
  73.     Left = 419
  74.     Top = 216
  75.     Width = 30
  76.     Height = 13
  77.     Caption = 'Pitch'
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object Label6: TLabel
  85.     Left = 506
  86.     Top = 238
  87.     Width = 54
  88.     Height = 10
  89.     Caption = 'Delphi Version'
  90.     Font.Color = clBlack
  91.     Font.Height = -8
  92.     Font.Name = 'MS Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.   end
  96.   object Image1: TImage
  97.     Left = 228
  98.     Top = 72
  99.     Width = 105
  100.     Height = 105
  101.   end
  102.   object ListBox1: TListBox
  103.     Left = 16
  104.     Top = 48
  105.     Width = 329
  106.     Height = 153
  107.     ItemHeight = 16
  108.     TabOrder = 0
  109.     OnDblClick = DoPlay
  110.   end
  111.   object sbPitch: TScrollBar
  112.     Left = 424
  113.     Top = 48
  114.     Width = 17
  115.     Height = 153
  116.     Kind = sbVertical
  117.     LargeChange = 2
  118.     Max = 16
  119.     Min = 1
  120.     Position = 8
  121.     TabOrder = 7
  122.     OnChange = sbPitchChange
  123.   end
  124.   object sbVolRight: TScrollBar
  125.     Left = 384
  126.     Top = 48
  127.     Width = 17
  128.     Height = 153
  129.     Kind = sbVertical
  130.     LargeChange = 2
  131.     Max = 16
  132.     Position = 8
  133.     TabOrder = 6
  134.     OnChange = sbVolRightChange
  135.   end
  136.   object sbVolLeft: TScrollBar
  137.     Left = 360
  138.     Top = 48
  139.     Width = 17
  140.     Height = 153
  141.     Kind = sbVertical
  142.     LargeChange = 2
  143.     Max = 16
  144.     Position = 8
  145.     TabOrder = 5
  146.     OnChange = sbVolLeftChange
  147.   end
  148.   object NewBtn: TButton
  149.     Left = 24
  150.     Top = 216
  151.     Width = 73
  152.     Height = 25
  153.     Caption = '&New'
  154.     TabOrder = 1
  155.     OnClick = DoNew
  156.   end
  157.   object PlayBtn: TButton
  158.     Left = 104
  159.     Top = 216
  160.     Width = 73
  161.     Height = 25
  162.     Caption = '&Play'
  163.     TabOrder = 2
  164.     OnClick = DoPlay
  165.   end
  166.   object StopBtn: TButton
  167.     Left = 184
  168.     Top = 216
  169.     Width = 73
  170.     Height = 25
  171.     Caption = '&Stop'
  172.     TabOrder = 3
  173.     OnClick = DoStop
  174.   end
  175.   object RemoveBtn: TButton
  176.     Left = 264
  177.     Top = 216
  178.     Width = 73
  179.     Height = 25
  180.     Caption = '&Remove'
  181.     TabOrder = 4
  182.     OnClick = DoRemove
  183.   end
  184.   object RatePanel: TPanel
  185.     Left = 448
  186.     Top = 120
  187.     Width = 97
  188.     Height = 81
  189.     BevelOuter = bvNone
  190.     Caption = 'RatePanel'
  191.     TabOrder = 9
  192.     object sbRate0: TRadioButton
  193.       Left = 8
  194.       Top = 8
  195.       Width = 81
  196.       Height = 17
  197.       Caption = '11025 Hz'
  198.       Checked = True
  199.       TabOrder = 0
  200.       TabStop = True
  201.       OnClick = sbRate0Click
  202.     end
  203.     object sbRate1: TRadioButton
  204.       Left = 8
  205.       Top = 32
  206.       Width = 81
  207.       Height = 17
  208.       Caption = '22050 Hz'
  209.       TabOrder = 1
  210.       OnClick = sbRate1Click
  211.     end
  212.     object sbRate2: TRadioButton
  213.       Left = 8
  214.       Top = 56
  215.       Width = 81
  216.       Height = 17
  217.       Caption = '44100 Hz'
  218.       TabOrder = 2
  219.       OnClick = sbRate2Click
  220.     end
  221.   end
  222.   object sbSwapLR: TCheckBox
  223.     Left = 456
  224.     Top = 56
  225.     Width = 97
  226.     Height = 17
  227.     Caption = 'Left<->Right'
  228.     TabOrder = 8
  229.     OnClick = sbSwapLRClick
  230.   end
  231.   object OpenDialog1: TOpenDialog
  232.     Filter = 'Sounds and Music|*.WAV;*.DWD;*.MID'
  233.     Title = 'DW Stk for Windows - Open'
  234.     Left = 528
  235.     Top = 8
  236.   end
  237. end
  238.